SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 68235: Creating a Redshift Data Service in SAS® Federation Server 4.4 generates the error "License check failed for feature 'TK Ext for Amazon Redshift'..."

DetailsDownloadsAboutRate It

When you create a Redshift Data Service in SAS Federation Server 4.4, the following error might occur:

License check failed for feature 'TK Ext for Amazon Redshift':  The feature is not licensed

SAS Federation Server Driver for Redshift is not available with SAS Federation Server 4.4. Instead, you must use Data Direct Redshift ODBC driver, which is included with SAS Federation Server 4.4. Although the driver is included, you must configure the following files, which are available on the Downloads tab:

  • odbc.ini 
  • odbcinst.ini

After you download the files, you can use this example LIBNAME statement to connect to a REDSHIFT Data source. In the statement below, italic text indicates where you need to input your values.

LIBNAME fedred FEDSVR DSN=redshift1 SERVER="servername.sas.com" PORT=24141 USER=user PASSWORD=XXXXXXX;
NOTE: Libref FEDRED was successfully assigned as follows:
Engine: FEDSVR
Physical Name: redshift1


Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Federation ServerSolaris for x644.44.59.4 TS1M79.4 TS1M8
Linux for x644.44.59.4 TS1M79.4 TS1M8
HP-UX IPF4.44.59.4 TS1M79.4 TS1M8
64-bit Enabled Solaris4.44.59.4 TS1M79.4 TS1M8
64-bit Enabled AIX4.44.59.4 TS1M79.4 TS1M8
Microsoft® Windows® for x644.44.59.4 TS1M79.4 TS1M8
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.